home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / info / info.doc < prev    next >
Text File  |  1993-11-16  |  664b  |  20 lines

  1.   Title   : "About" dialog with systeminformation
  2.   Keywords: ABOUT INFO DIALOG SYSTEMINFORMATION
  3.  
  4.   INFO.FRM is an about dialog, which shows the following systeminformation:
  5.   
  6.    Windows version       (3.0 or 3.1)
  7.    Windows Mode          (Enhanced or Standard, Debug or not)
  8.    free memory
  9.    free systemresources
  10.   
  11.   VERY (!) SIMPLE to use:
  12.   
  13.   1) add INFO.FRM to Your project and fill the labels
  14.     for Your application's text (name, copyright etc.) 2) add "frmDlgInfo.SHOW
  15.   MODAL" anywhere in Your code
  16.   
  17.   Usefull functions included:
  18.    Remove_Items_From_SysMenu (incl. all declares, const)
  19.    LOWORD(), HIWORD(), LOBYTE(), HIBYTE()
  20.